home *** CD-ROM | disk | FTP | other *** search
- object MeterDLG: TMeterDLG
- Left = 200
- Top = 101
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'File Transfer Progress'
- ClientHeight = 66
- ClientWidth = 307
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 112
- Top = 40
- Width = 84
- Height = 16
- Caption = '0% Complete'
- end
- object Gauge1: TBiGauge
- Left = 8
- Top = 8
- Width = 289
- Height = 25
- Min = 0
- Max = 100
- Value = 0
- Margin = 2
- Orientation = 0
- BarColor = clBlue
- BevelSize = 3
- BevelStyle = 0
- end
- end
-